footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100vw;
}
footer .topFooter .col,
footer .middleFooter .col {
  display: inline-block;
  vertical-align: top;
  width: 40.125vw;
  position: relative;
}
footer .topFooter .col:last-child,
footer .middleFooter .col:last-child {
  width: 52vw;
}
footer .topFooter .col .subCol,
footer .middleFooter .col .subCol {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 1.5vw;
}
footer .topFooter .col .subCol .menuLink,
footer .middleFooter .col .subCol .menuLink {
  display: block;
  margin-bottom: 1.25vw;
}
footer .topFooter .col .subCol .menuLink:last-child,
footer .middleFooter .col .subCol .menuLink:last-child {
  margin-bottom: 0;
}
footer .topFooter .col .subCol .menuLink a,
footer .middleFooter .col .subCol .menuLink a {
  color: #333230;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .topFooter .col .subCol .menuLink a:hover,
footer .middleFooter .col .subCol .menuLink a:hover {
  opacity: 0.6;
}
footer .topFooter .col .subCol .menuLink a.highlight,
footer .middleFooter .col .subCol .menuLink a.highlight {
  position: relative;
  padding-bottom: 0.0625vw;
  margin-bottom: -0.0625vw;
}
footer .topFooter .col .subCol .menuLink a.highlight:hover:after,
footer .middleFooter .col .subCol .menuLink a.highlight:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
footer .topFooter .col .subCol .menuLink a.highlight:after,
footer .middleFooter .col .subCol .menuLink a.highlight:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  right: auto;
  bottom: 0;
  background: #333230;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .topFooter .col .scrollUp,
footer .middleFooter .col .scrollUp {
  height: 2.5vw;
  left: auto;
  position: absolute;
  top: auto;
  width: 2.5vw;
  right: 0;
  bottom: 0.4375vw;
  cursor: pointer;
  color: #333230;
  overflow: hidden;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
footer .topFooter .col .scrollUp:hover,
footer .middleFooter .col .scrollUp:hover {
  color: #F0EEE6;
}
footer .topFooter .col .scrollUp:hover:after,
footer .middleFooter .col .scrollUp:hover:after {
  background: #333230;
}
footer .topFooter .col .scrollUp:hover i,
footer .middleFooter .col .scrollUp:hover i {
  margin-top: -1.875vw;
}
footer .topFooter .col .scrollUp:hover i.hover,
footer .middleFooter .col .scrollUp:hover i.hover {
  margin-top: 0;
}
footer .topFooter .col .scrollUp:after,
footer .middleFooter .col .scrollUp:after {
  content: "";
  height: calc(100% - 2px);
  left: 0px;
  position: absolute;
  top: 0px;
  width: calc(100% - 2px);
  border-radius: 50%;
  border: 1px solid #333230;
  background: transparent;
  -webkit-transition: background 0.3s 0s ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
}
footer .topFooter .col .scrollUp i,
footer .middleFooter .col .scrollUp i {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
  -webkit-transition: margin-top 0.3s 0s ease-out;
  -moz-transition: margin-top 0.3s 0s ease-out;
  -o-transition: margin-top 0.3s 0s ease-out;
  transition: margin-top 0.3s 0s ease-out;
}
footer .topFooter .col .scrollUp i.hover,
footer .middleFooter .col .scrollUp i.hover {
  margin-top: 1.875vw;
}
footer .topFooter {
  padding: 5vw 0;
}
footer .topFooter .col:first-child {
  padding-left: 6.6875vw;
  padding-right: 6.6875vw;
}
footer .topFooter .col .subCol:first-child {
  margin-left: 25%;
}
footer .topFooter .col .links {
  margin-top: 1.25vw;
}
footer .middleFooter .contentWrapper .innerContainer {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .middleFooter .contentWrapper .innerContainer .logo {
  width: 10vw;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .middleFooter .contentWrapper .innerContainer .logo:hover {
  opacity: 0.6;
}
footer .middleFooter .contentWrapper .innerContainer .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
footer .middleFooter .contentWrapper .innerContainer .logo svg path {
  fill: #333230;
}
footer .middleFooter .contentWrapper .innerContainer .text a {
  text-decoration: none;
  font-weight: 400;
}
footer .middleFooter .contentWrapper .innerContainer .text a.underline {
  text-decoration: underline;
}
footer .middleFooter .contentWrapper .innerContainer .links {
  margin-top: 1.5vw;
}
footer .middleFooter .contentWrapper .innerContainer .links a {
  text-decoration: none;
  font-weight: 400;
  color: #333230;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .middleFooter .contentWrapper .innerContainer .links a:hover {
  opacity: 0.6;
}
footer .middleFooter .contentWrapper .innerContainer .links a.underline {
  text-decoration: underline;
}
footer .middleFooter .contentWrapper .innerContainer .socials {
  margin-top: 1.125vw;
}
footer .middleFooter .contentWrapper .innerContainer .socials a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3125vw;
  color: #333230;
  text-decoration: none;
  font-size: 1.125vw;
  margin-right: 1.25vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .middleFooter .contentWrapper .innerContainer .socials a:hover {
  opacity: 0.6;
}
footer .middleFooter .contentWrapper .innerContainer .socials a:first-child {
  margin-left: -0.3125vw;
}
footer .bottomFooter .contentWrapper .innerContainer {
  padding-top: 1.25vw;
  padding-bottom: 2.5vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .bottomFooter .contentWrapper .innerContainer .left,
footer .bottomFooter .contentWrapper .innerContainer .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
footer .bottomFooter .contentWrapper .innerContainer .left a,
footer .bottomFooter .contentWrapper .innerContainer .right a {
  opacity: 0.5;
  color: #333230;
  text-decoration: none;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .bottomFooter .contentWrapper .innerContainer .left a:hover,
footer .bottomFooter .contentWrapper .innerContainer .right a:hover {
  opacity: 1;
}
footer .bottomFooter .contentWrapper .innerContainer .left .copy,
footer .bottomFooter .contentWrapper .innerContainer .left .footerBottomMenu {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
footer .bottomFooter .contentWrapper .innerContainer .left .copy .footerMenu .menuLink,
footer .bottomFooter .contentWrapper .innerContainer .left .footerBottomMenu .footerMenu .menuLink {
  display: inline-block;
  margin-left: 2.5vw;
}
footer .bottomFooter .contentWrapper .innerContainer .right {
  text-align: right;
}
/*# sourceMappingURL=footer.css.map */